Implicit Type Conversion(MySqlGuid,Byte[]) Operator
In This Topic
Converts an array of bytes to the
MySqlDecimal structure.
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal () As Byte _
) As MySqlGuid
public MySqlGuid operator implicit(
byte[]
)
Parameters
- value
- Ana array of bytes to convert.
Return Value
A
MySqlDecimal structure.
See Also